* emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 20:26:11 +0000 (20:26 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 20:26:11 +0000 (20:26 +0000)
* lisp.h (shut_down_emacs): Doc fix.

src/emacs.c
src/lisp.h

index 96040e17a86e4a8f57ffbbcdd7f95558ac17cafc..2e6527e4e7eefdbc7b1df376604a49f83477f4b6 100644 (file)
@@ -649,7 +649,7 @@ all of which are called before Emacs is actually killed.")
   stop_vms_input ();
  #endif  */
 
-  shut_down_emacs (0, 0);
+  shut_down_emacs (0, 0, STRINGP (arg) ? arg : Qnil);
 
   exit ((XTYPE (arg) == Lisp_Int) ? XINT (arg)
 #ifdef VMS
index 4157ee1de4911535108f7996bf415e9fb9b4e7fa..f860ab3c88ac7dcfff0ac963608895ed4abebd74 100644 (file)
@@ -1257,7 +1257,7 @@ extern Lisp_Object Frubber_band_rectangle ();
 /* defined in emacs.c */
 extern Lisp_Object decode_env_path ();
 extern Lisp_Object Vinvocation_name;
-void shut_down_emacs ( /* int signal, int no_x */ );
+void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ );
 /* Nonzero means don't do interactive redisplay and don't change tty modes */
 extern int noninteractive;
 /* Nonzero means don't do use window-system-specific display code */